home *** CD-ROM | disk | FTP | other *** search
/ Interview Skills of the Future / Interview Skills of the Future.iso / lesson3.mmm / meta.txt < prev   
Encoding:
Text File  |  1994-08-24  |  8.8 KB  |  201 lines

  1. Name
  2. ----
  3. Lesson3Interview Skills:
  4.  
  5. Strings
  6. ------
  7. rollingSnds
  8. Macromedia Director
  9.  
  10. stxt
  11. ----
  12. 2,3,2,2,2,3,3,2,1,1
  13. 0
  14. bob
  15. 3,1,2,3,1,5,5,4,1,6
  16. THIS CERTIFIES THAT
  17. HAS COMPLETED THE LESSON IN
  18. WITH A SCORE OF         OUT OF TEN
  19. AND IS AWARDED THIS
  20. CERTIFICATE OF
  21. ACCOMPLISHMENT
  22. SPECIAL INTERVIEW  CHALLENGES
  23. 0
  24.  
  25. Script Channel Commands
  26. --------------------
  27. go to marker(0)if TestMouse then testAnswer 1if TestMouse then testAnswer 2if TestMouse then testAnswer 3if NumCorrect = 10 then  UserInfo(mSetModules, UserInfo(mGetModules) & "K10")else  UserInfo(mSetModules, UserInfo(mGetModules) & "K0" & string(NumCorrect))end ifset the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEif TestMouse then  play "PrintWait"  end ifSpriteAnim(mSwapCast 4, "QPicture" & string(Question))SpriteAnim(mSwapCast 5, "QText" & string(Question))SpriteAnim(mSwapCast 6, "QAnswers" & string(Question))SpriteAnim(mSwapCast 7, "Q" & string(QDone + 1))set TransOn = TRUEWaitForQT 2UserInfo(mSaveInfo)if TestMouse then  go to frame "LessonMenu" of movie "Menu"end ifPlayOptionButtonif TestMouse then play "Options"if TestMouse then go to "Options"PrintCertgo to "Review2"go to marker (0)if the optionDown then go to marker(1)set the text of cast "TheScore" to string(NumCorrect)PlayCorrect "post"set TransOn = FALSEif TestMouse then  SpriteAnim(mClearPuppets, 10, 14)  UserInfo(mDispose)  SpriteAnim(mDispose)  ThePath(mDispose)  Globes(mDispose)  quitend ifSpriteAnim(mClearPuppets, 4, 7)go to movie "RRInst3"go to "PostTest"set FrameType = 0pauseset FrameType = 1pauseset FrameType = 2pauseif NumCorrect = 10 then  UserInfo(mSetModules, UserInfo(mGetModules) & "O10")else  UserInfo(mSetModules, UserInfo(mGetModules) & "O0" & string(NumCorrect))end ifUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"set TransOn = FALSEpuppetSound 0if the machineType = 256 then  if LevelSetting then    set the soundLevel to LevelSetting  end if end ifPlayHelpButtonif TestMouse then  SpriteAnim(mClearPuppets, 7, 14)  UserInfo(mDispose)  SpriteAnim(mDispose)  ThePath(mDispose)  Globes(mDispose)  quitend ifgo to the frame - 1UserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"set Answer = EMPTYset QList = EMPTYset QDone = 0set NumCorrect = 0set TransOn = TRUEGlobes(mSetPlace, "PostTest")set Review = FALSEsound playFile 1, "review.aif"if the machineType = 256 then checkFileset Review = TRUEset the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"sound playFile 1, "review.aif"play doneset TransOn = TRUEpickQuestion "Pre"set TransOn = FALSEif the machineType = 256 then  if VolumeSetting then    set the volume of sprite 2 to VolumeSetting  end ifend ifif the machineType = 256 then removeFlagFilepickQuestion "Post"set TransOn = FALSEset TransOn = FALSEPlayReviewButtonset Review = 2set the immediate of sprite 23 to TRUEset the immediate of sprite 24 to TRUEUserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"sound playFile 1, "review.aif"SpriteAnim(mSwapCast 4, "Num" & string(NumCorrect))updateStagePlayCorrect "pre"set TransOn = FALSE--UserInfo(mReadInfo)set the text of field "UserName" to UserInfo(mGetUserName)if the text of field "UserName" = EMPTY then  set the text of field "UserName" to " "end ifset the textFont of field "UserName" to "Times"set the textSize of field "UserName" to 24set the textStyle of field "UserName" to "bold, italic"puppetSound 0set TransOn = FALSEif the machineType = 256 then  if LevelSetting then    set the soundLevel to LevelSetting  end if end ifGlobes(mSetPlace, "PreTest")
  28.  
  29. vwci
  30. ----
  31. 1025: 14122 BG.PICT
  32. 1026: 313 OPEN BG.PICT
  33. 1027: 133A.MOVInterview Skills:QTmovies:333A.MOVMooV
  34. 1028: 14123 SCORESCREEN.PICT
  35. 1034: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 24, "Option down", "Option up")  end ifend mouseDown    Option up
  36. 1035:  Option down
  37. 1036: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 10, "Button1 down", "Button1 up")  end ifend mouseDown
  38. Button1 up
  39. 1037:  Button1 down
  40. 1038: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 11, "Button2 down", "Button2 up")  end ifend mouseDown
  41. Button2 up
  42. 1039:  Button2 down
  43. 1040: on mouseDown  global SpriteAnim, TransOn  if not TransOn then    SpriteAnim(mAnimButton 12, "Button3 down", "Button3 up")  end ifend mouseDown
  44. Button3 up
  45. 1041:  Button3 down
  46. 1042:  UserInfoFile
  47. 1043: Answers
  48. 1045: 
  49. Down Click
  50. 1046: 
  51. Null Sound
  52. 1047: Up Click
  53. 1049:     ist movieInterview Skills:QTmovies:333.MOVMooV
  54. 1050: on mouseUp  end mouseUp    QPicture0
  55. 1051: on mouseUp  end mouseUpQText0
  56. 1052: on mouseUp  end mouseUp    QAnswers0
  57. 1053:     QPicture1
  58. 1054: QText1
  59. 1055:     QAnswers1
  60. 1056:     QPicture2
  61. 1057: QText2
  62. 1058:     QAnswers2
  63. 1059:     QPicture3
  64. 1060: QText3
  65. 1061:     QAnswers3
  66. 1062:     QPicture4
  67. 1063: QText4
  68. 1064:     QAnswers4
  69. 1065:     QPicture5
  70. 1066: QText5
  71. 1067:     QAnswers5
  72. 1068:     QPicture6
  73. 1069: QText6
  74. 1070:     QAnswers6
  75. 1071:     QPicture7
  76. 1072: QText7
  77. 1073:     QAnswers7
  78. 1074:     QPicture8
  79. 1075: QText8
  80. 1076:     QAnswers8
  81. 1077:     QPicture9
  82. 1078: QText9
  83. 1079:     QAnswers9
  84. 1080: 
  85. 1081: 
  86. 1082: 
  87. 1083: Q1
  88. 1084: Q2
  89. 1085: Q3
  90. 1086: Q4
  91. 1087: Q5
  92. 1088: Q6
  93. 1089: Q7
  94. 1090: Q8
  95. 1091: Q9
  96. 1092: Q10
  97. 1093: on mouseUp  end mouseUpQ1
  98. 1094: Num0
  99. 1095: Num1
  100. 1096: Num2
  101. 1097: Num3
  102. 1098: Num4
  103. 1099: on mouseUp  end mouseUpNum5
  104. 1100: Num6
  105. 1101: Num7
  106. 1102: Num8
  107. 1103: Num9
  108. 1104: Num10
  109. 1105: 
  110. 1107: Cls.MOVInterview Skills:QTmovies:383.MOVMooV
  111. 1108:     Next down
  112. 1113: 2.2.1.2.3.1. help1.PICT
  113. 1114:  PostCorrect
  114. 1122: UserName
  115. 1125: 2.2.1.2.3.2. help2.PICT
  116. 1126:  Option2 down
  117. 1127: 2.2.1.2.3.3. help3.PICT
  118. 1129:     Templates
  119. 1130: 2.10.1.4. BG Cert.PICT
  120. 1131: 2.10.1.1.1. P&T.PICT
  121. 1132: 
  122. 1133: printbox solo.pict
  123. 1135: on mouseUp  end mouseUp
  124. Option2 up
  125. 1136: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 23, "Yes on", "Yes off")end mouseDownYes off
  126. 1137: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 24, "No on", "No off")end mouseDownNo off
  127. 1138: 2.2.1.2.3.4. help4.PICT
  128. 1139: 32125 Review.PICT
  129. 1140: ListmakerHELP
  130. 1141: 2.2.1.2.7. CREDITS.PICT
  131. 1143:  392 SIC.PICT
  132. 1144:     Menu down
  133. 1145: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 5, "Menu down", "Menu up")end mouseDownMenu up
  134. 1147: 
  135. Print down
  136. 1148: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 4, "Print down", "Print up")end mouseDownPrint up
  137. 1149:     Quit down
  138. 1150: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 6, "Quit down", "Quit up")end mouseDownQuit up
  139. 1152: 2.2.1.2.3.5. help5.PICT
  140. 1165:     Prev down
  141. 1166: Prev up
  142. 1171: Neg1
  143. 1172: Neg2
  144. 1173: Neg3
  145. 1174: Neg4
  146. 1175: Neg5
  147. 1176: Neg6
  148. 1177: Neg7
  149. 1181: Pos1
  150. 1182: Pos2
  151. 1183: Pos3
  152. 1184: pos4
  153. 1185: Pos5
  154. 1187: 121241 Gloss1.PICT
  155. 1188: 121242 Gloss2.PICT
  156. 1191: 2.2.1.2.2.2. opt menu.mock.PICT
  157. 1192: Next1 up
  158. 1193: Mod1 up
  159. 1194: on mouseUp  end mouseUpMod2 up
  160. 1195: Mod3 up
  161. 1196: on mouseUp  end mouseUp    Mod1 down
  162. 1197: No on
  163. 1198: on mouseUp  end mouseUpYes on
  164. 1199:     Mod2 down
  165. 1200:     Mod3 down
  166. 1205: 121243 Gloss3.PICT
  167. 1208: 1811 CONCLTEXT.PICT
  168. 1209:  Move on down
  169. 1210:  Review down
  170. 1211: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 4, "Move on down", "Move on up")end mouseDown
  171. Move on up
  172. 1212: on mouseDown  global SpriteAnim  SpriteAnim(mAnimButton 5, "Review down", "Review up")end mouseDown    Review up
  173. 1213: on mouseUp  end mouseUp
  174. Option2 up
  175. 1217: Cert1
  176. 1218: Cert10
  177. 1219: Cert2
  178. 1220: Cert3
  179. 1221: Cert4
  180. 1222: Cert5
  181. 1223: Cert6
  182. 1224: Cert7
  183. 1225: Cert8
  184. 1226: Cert9
  185. 1227: CertA1
  186. 1228: CertA2
  187. 1229: Cert0
  188. 1230: CertA3
  189. 1233:     STAR.PICT
  190. 1236:     PreTestA1Interview Skills: PRETEST1.AIFAIFF
  191. 1237:     PreTestA2Interview Skills: PRETEST2.AIFAIFF
  192. 1238:     PreTestA3Interview Skills:
  193. PreTL3.AIFAIFF
  194. 1241: UserName
  195. 1259: TheScore
  196.  
  197. Fonts
  198. -----
  199. Geneva
  200. Times
  201.